home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 6_8.lha / 6_8 / 6_8a.c < prev    next >
Text File  |  1993-08-08  |  387b  |  19 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. / Exercise 6.8
  6. / Define a class INT which acts just like integers
  7. ifndef INT_H
  8.  define INT_H
  9.  
  10. include "6_8a0.h"    /* EXPAND */
  11.  
  12. include "6_8a1.h"    /* EXPAND4 */
  13.  
  14. include "6_8a2.h"    /* EXPAND4 */
  15.  
  16. include "6_8a3.h"    /* EXPAND4 */
  17. ;
  18. endif /* INT_H */
  19.